home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / ColumnInspector.nib / data.classes < prev    next >
Text File  |  1994-12-14  |  793b  |  56 lines

  1. ColumnInspector = {
  2.     ACTIONS = {
  3.     link:;
  4.     setBalance:;
  5.     unlink:;
  6.     showLinks:;
  7.     hideAllBluelines:;
  8.     showColumns:;
  9.     showGrid:;
  10.     };
  11.     OUTLETS = {
  12.     unlinkButton;
  13.     showLinksButton;
  14.     linkText;
  15.     balanceMtx;
  16.     unlinkText;
  17.     blueLineMtx;
  18.     linkButton;
  19.     };
  20.     SUPERCLASS = PGInspector;
  21. };
  22. FirstResponder = {
  23.     ACTIONS = {
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. PGInspector = {
  28.     ACTIONS = {
  29.     default:;
  30.     setMicroInspector:;
  31.     set:;
  32.     revert:;
  33.     };
  34.     OUTLETS = {
  35.     styleIconMatrix;
  36.     currentStyleButton;
  37.     stringTable;
  38.     window;
  39.     loadedSelection;
  40.     tailoredItems;
  41.     loadedStyleList;
  42.     currentStyleTextField;
  43.     styleTitleMatrix;
  44.     microInspectorSlot;
  45.     microInspectorMtx;
  46.     blankMicroPanel;
  47.     };
  48.     SUPERCLASS = Object;
  49. };
  50. ColumnEngine = {
  51.     OUTLETS = {
  52.     inspector;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56.